home *** CD-ROM | disk | FTP | other *** search
/ Basic Instinct 2 Press Kit / Basic Instinct 2 Press Kit.iso / pc / main.dxr / Internal_70_SKIP INTRO.ls < prev    next >
Encoding:
Text File  |  2006-03-15  |  236 b   |  14 lines

  1. global gSound, gMediaType, gManager
  2.  
  3. on mouseUp me
  4.   case gMediaType of
  5.     #quickTimeMedia:
  6.       sprite(1).movieRate = 0
  7.       gSound.mPlaySound()
  8.       go("main")
  9.     #flash:
  10.       gSound.mPlaySound()
  11.       go("main")
  12.   end case
  13. end
  14.